projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42b8555
)
(INCLUDED_FCNTL): Define, if include fcntl.h.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 30 Mar 1994 18:51:54 +0000
(18:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 30 Mar 1994 18:51:54 +0000
(18:51 +0000)
src/systty.h
patch
|
blob
|
history
diff --git
a/src/systty.h
b/src/systty.h
index 22dc37288b3b0c208338696f5540a79cb582e9c2..5027633ec9bb43502ebcf6007cfc899e9d2ffe26 100644
(file)
--- a/
src/systty.h
+++ b/
src/systty.h
@@
-53,6
+53,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef NO_TERMIO
#include <termio.h>
#endif /* not NO_TERMIO */
+#define INCLUDED_FCNTL
#include <fcntl.h>
#else
#ifdef HAVE_TERMIOS
@@
-65,6
+66,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#include <termios.h>
#endif /* _AIX && _I386 */
+#define INCLUDED_FCNTL
#include <fcntl.h>
#else /* neither HAVE_TERMIO nor HAVE_TERMIOS */
#ifndef VMS